home *** CD-ROM | disk | FTP | other *** search
- /*
- * Original version created for the Ubuntu documentation team
- by Jeff Schering on Sept 2, 2005
- * Hacked on by Matthew East for the Ubuntu documentation team.
-
- Original application is for the FAQ Guide, and features
- the Ubuntu colour scheme
-
- This file is in the Public Domain.
-
- */
-
- /* @import url(screen.css); */
-
- body {
- background: #d3caaa url(img/bg-page.png) repeat-x top;
- margin: 20px;
- font-size: 90%;
- font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
- color:#000;
- }
-
-
- #round {
- background: #fff url(img/bg-content.png) repeat-y top;
- width: 876px;
- margin: auto;
- margin-bottom: 50px;
- position: relative;
- }
-
- #round .sb-inner {
- background-color: #fff;
- }
-
- #page {
- clear: both;
- margin: 0;
- padding: 10px 30px;
- }
-
- #content {
- padding: 12px;
- }
-
- img.ubuntulogo {
- margin: 20px;
- }
-
- img.rounded {
- padding: 0;
- margin: 0;
- }
-
- #topcap {
- position: absolute;
- top: 0;
- left: 0;
- }
-
- #bottomcap {
- position: absolute;
- bottom: 0;
- left: 0;
- }
-
- #header {
- padding-top: 12px;
- }
-
- #header h1 {
- display: inline;
- }
-
- #header h1 span {
- display: none;
- }
-
- #logo-floater {
- width: 225px;
- float: left;
- padding: 10px;
- }
-
- #logo-floater h1 {
- border: none;
- }
-
- #sitename a {
- position: relative;
- top: 35px;
- float: right;
- font-size: 1.5em;
- padding-right: 20px;
- text-decoration: none;
- color: black;
- }
-
- #sitename span {
- padding-left: 5px;
- }
-
- #cse-search-box {
- position: absolute;
- right: 3px;
- top: 3px;
- /* float: right; */
- margin: 5px 10px;
- padding: 0;
- white-space: nowrap;
- font-size: 13px;
- }
-
- #cse-search-box form div {
- display: inline;
- }
-
- .breadcrumbs {
- padding-bottom: 15px;
- }
-
- ul {
- margin-left: 5px;
- }
-
- .orderedlist {
- margin-left: 10px;
- }
-
- .titlepage {
- padding-right: 1em;
- }
-
- div.toc dt {
- margin-top: 2px;
- }
-
- div.toc {
- padding-left: 1em;
- padding-right: 1em;
- }
-
- /* Links */
-
- a {
- color: #D90D19;
- }
-
- a:hover {
- color: #800000;
- }
-
- /* Headings */
-
- h1, h2, h3, h4, h5, h6
- {
- margin: 0;
- padding: 2px 0;
- font-weight: normal;
- color: #5A3320;
- line-height: 1.2em;
- }
-
- h1, h2
- {
- border-bottom: 2px solid #6d4c07; /* ubuntu dark brown */
- font-size: 1.6em;
- }
-
- h3 {font-size: 1.3em;}
- h4 {font-size: 1.1em;}
- h4, h5, h6 {font-size: 1em;}
-
- a img{
- border: none;
- }
-
- dl {
- margin-top: 0em;
- margin-bottom: 0.5em;
- }
-
- dt {
- margin-top: 1em;
- }
-
- div.qandaset {
- margin-left: 1em;
- }
-
- .guimenu, .guimenuitem, .guisubmenu {
- font-style: italic;
- color: #6d4c07; /* dark brown */
- }
-
- .guilabel, .guibutton {
- }
-
- .question {
- font-weight: bold;
- }
-
- /* accelerator keys in menus */
- .accel {
- text-decoration: underline;
- }
-
- .screen, .programlisting {
- background-color: #f0eee6; /* light salmon */
- border: 1pt solid #C1B496; /* dark tan */
- padding: 5px;
- }
-
- #footer {
- margin: 0;
- font-size: 90%;
- color: #444;
- }
-
- .revhistory { font-size: 0.9em; }
-
- #ubuntulinks {
- text-align: center;
- }
-
-